func runtime.asanread
19 uses
runtime (current package)
asan0.go#L19: func asanread(addr unsafe.Pointer, sz uintptr) { throw("asan") }
cgo_sigaction.go#L86: asanread(unsafe.Pointer(old), unsafe.Sizeof(*old))
iface.go#L342: asanread(v, t.Size_)
iface.go#L357: asanread(v, t.Size_)
map.go#L420: asanread(key, t.Key.Size_)
map.go#L490: asanread(key, t.Key.Size_)
map.go#L629: asanread(key, t.Key.Size_)
map.go#L752: asanread(key, t.Key.Size_)
mbarrier.go#L236: asanread(src, typ.Size_)
mbarrier.go#L308: asanread(srcPtr, uintptr(n)*typ.Size_)
select.go#L421: asanread(cas.elem, c.elemtype.Size_)
select.go#L468: asanread(cas.elem, c.elemtype.Size_)
select.go#L509: asanread(cas.elem, c.elemtype.Size_)
slice.go#L84: asanread(from, copymem)
slice.go#L187: asanread(oldPtr, uintptr(oldLen*int(et.Size_)))
slice.go#L381: asanread(fromPtr, size)
string.go#L108: asanread(unsafe.Pointer(ptr), uintptr(n))
string.go#L171: asanread(unsafe.Pointer(ptr), uintptr(n))
string.go#L223: asanread(unsafe.Pointer(&a[0]), uintptr(len(a))*unsafe.Sizeof(a[0]))
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |